Updating a tkinter progress bar in python 3.7
NickName:codingislife Ask DateTime:2018-12-29T08:55:03

Updating a tkinter progress bar in python 3.7

I'm new to python development and have had some issues with finding resources on this issue. I am trying to create a progress bar that opens up in its own gui. I've heard that the best way to do this is to use tkinter however all the resources I've found that explain how to do this are for python 2.x and do not transfer over to python 3. I'd like to be able to call a function which will automatically update the progress of the bar. I.E. myBar.updateProgress(76) where myBar is the current progressBar object and 76% would be the distance the progress bar is to completion. If someone could help me with this that would be greatly appreciated.

Copyright Notice:Content Author:「codingislife」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/53965834/updating-a-tkinter-progress-bar-in-python-3-7

More about “Updating a tkinter progress bar in python 3.7” related questions